net/http.response.canWriteContinue (field)
7 uses
net/http (current package)
server.go#L443: canWriteContinue atomic.Bool
server.go#L576: w.canWriteContinue.Store(false)
server.go#L944: if w.canWriteContinue.Load() {
server.go#L946: if w.canWriteContinue.Load() {
server.go#L949: w.canWriteContinue.Store(false)
server.go#L1638: if w.canWriteContinue.Load() {
server.go#L2050: w.canWriteContinue.Store(true)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |